Class Functions.ForMapWithDefault<K,V>
- java.lang.Object
-
- edu.claflin.finder.algo.edgebetweennessutils.Functions.ForMapWithDefault<K,V>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) VdefaultValue(package private) java.util.Map<K,? extends V>mapprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ForMapWithDefault(java.util.Map<K,? extends V> map, V defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vapply(K key)booleanequals(java.lang.Object o)java.lang.StringtoString()
-
-
-
Field Detail
-
defaultValue
final V defaultValue
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-